home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / docs / AmiTCP logging < prev    next >
Encoding:
Text File  |  1997-10-02  |  575 b   |  14 lines

  1.    When it comes to logging, I have found that AmiTCP/IP truncates log
  2. messages to 128 characters in length. This sometimes hides important
  3. information (e.g. a missing control/locals file!). The solution is to
  4. increase the maximum length of log file lines. To set the limit to 2048 bytes,
  5. add this to AmiTCP:db/AmiTCP.conf:
  6.  
  7. LOG LEN=2048
  8.  
  9.    Another problem is that sometimes qmail logs lots of messages very quickly
  10. causing AmiTCP/IP to lose messages. By default, 4 messages can be kept in
  11. memory. To raise this value to 10, add this to AmiTCP:db/AmiTCP.conf:
  12.  
  13. LOG COUNT=10
  14.